home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / S / SALESCALC.cpt / SALESCALC / Sales Ratios / card_6565.txt < prev    next >
Text File  |  1987-12-10  |  3KB  |  163 lines

  1. -- card: 6565 from stack: in
  2. -- bmap block id: 6999
  3. -- flags: 0000
  4. -- background id: 2712
  5. -- name: CONTENTS
  6. ----- HyperTalk script -----
  7. on openCard
  8.   push card
  9. end openCard
  10.  
  11.  
  12. -- part 2 (button)
  13. -- low flags: 00
  14. -- high flags: 2000
  15. -- rect: left=90 top=153 right=169 bottom=108
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 1015 / 1015
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: 
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   play "boing" tempo 80 "c3w"
  27.   answer "You're already here" with "Stay" or "Go Home" or "Cancel"
  28.   if it is "Stay" then play "boing" tempo 100 "e3w"
  29.   else if it is "Go Home" then go to stack "Home"
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 3 (button)
  35. -- low flags: 00
  36. -- high flags: 2000
  37. -- rect: left=90 top=168 right=184 bottom=108
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 1015 / 1015
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: 
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   play "boing" tempo 180 "c3 d e f g a b c4"
  49.   go to card ID 2323
  50.   push card
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 4 (button)
  56. -- low flags: 00
  57. -- high flags: 2000
  58. -- rect: left=90 top=185 right=201 bottom=108
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 1015 / 1015
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: 
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   play "harpsichord" tempo 200 "c4 d e f g a b c5"
  70.   visual effect checkerboard
  71.   go to card ID 4177
  72.   push card
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 6 (button)
  78. -- low flags: 00
  79. -- high flags: 2000
  80. -- rect: left=90 top=201 right=217 bottom=108
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 1015 / 1015
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: 
  89. ----- HyperTalk script -----
  90. on mouseUp
  91.   play "boing" tempo 230 "c5 b4 a g f e d c"
  92.   visual effect venetian blinds
  93.   go to card ID 4702
  94.   push card
  95. end mouseUp
  96.  
  97.  
  98.  
  99. -- part 7 (button)
  100. -- low flags: 00
  101. -- high flags: 2000
  102. -- rect: left=90 top=218 right=234 bottom=108
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 1015 / 1015
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: 
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   play "harpsichord" tempo 180 "b4q b c5 d d c b4 a g g a b b. ae ah"
  114.   visual effect dissolve to black
  115.   go to card ID 2901
  116.   push card
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 8 (button)
  122. -- low flags: 00
  123. -- high flags: 2000
  124. -- rect: left=90 top=233 right=249 bottom=108
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 1015 / 1015
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: 
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   play "boing" tempo 150 "c3 d e d c"
  136.   visual effect barn door close slowly
  137.   go to card ID 4381
  138.   push card
  139. end mouseUp
  140.  
  141.  
  142.  
  143. -- part 9 (button)
  144. -- low flags: 00
  145. -- high flags: 2000
  146. -- rect: left=90 top=248 right=264 bottom=108
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 1015 / 1015
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: 
  155. ----- HyperTalk script -----
  156. on mouseUp
  157.   play "harpsichord" tempo 260 "f4 g a bb c5"
  158.   visual effect barn door open
  159.   go to card ID 5531
  160.   push card
  161. end mouseUp
  162.  
  163.